home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Entertainment
/
MacMud
/
Mud 4.0
/
sent.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-30
|
343 b
|
14 lines
|
[
TEXT/tefi
]
struct sentence {
char *verb;
struct object *ob;
char *function;
struct sentence *next;
unsigned short short_verb; /* Only leading characters count */
unsigned char no_space;
};
struct sentence *alloc_sentence();
void remove_sent PROT((struct object *, struct object *)),
free_sentence PROT((struct sentence *));